Previous topicNext topic
Help > Keyword Reference >
DIALOG STABILIZE statement

Purpose

Make a Dialog stabilized (non-closeable).

Syntax

DIALOG STABILIZE hDlg

Remarks

The Dialog identified by the handle hDlg is stabilized, meaning that it cannot be closed by the user. If there is a system menu, the close option and the close box are grayed. The ALT-F4 close key is disabled. This allows you to be certain that your operations on the dialog can be completed. When a dialog is stabilized, only DIALOG END or program termination will close it.

See also

DIALOG END, DIALOG NONSTABLE